pp108 : Non-transactional - nontransactional (Model)

Non-transactional - nontransactional (Model)

Non-transactional is a design-time property that denotes the type of data that is stored in a model. The corresponding runtime property is nontransactional.

Syntax

DesignTime

This is a design-time property and can be set from the Property sheet of the model.

Remarks

This property can be retrieved using the getTransactionState method of the model. This property has been deprecated.

Process Platform XForms specifies a model as non-transactional or transactional automatically when the WSDL is provided to the designer. This should be changed only when:

  • A model that is set as non-transactional in older version of XForms needs to be changed to transactional.
  • Models are generated at runtime using script.
  • There is no WSDL defined for a particular method.

Applies to

Model, Nontransactional Data



Related reference

Instance
getInstance()
getModel()
Model